Add introductory slides for course processes and expectations#60
Open
allnes wants to merge 1 commit intolearning-process:mainfrom
Open
Add introductory slides for course processes and expectations#60allnes wants to merge 1 commit intolearning-process:mainfrom
allnes wants to merge 1 commit intolearning-process:mainfrom
Conversation
- Created `10-course-processes.tex` containing slides covering learning processes, success metrics, peer reviews, and group workflows. - Linked the generated PDF in `index.html` for online access. - Included graphical assets (`activity-ci-overview.png`, `activity-ci-segment-*.png`) to illustrate CI activity and related trends.
aobolensk
reviewed
Oct 2, 2025
Member
| \end{frame} | ||
|
|
||
| \begin{frame}{Групповая работа и взаимопомощь} | ||
| \begin{itemize} |
Member
There was a problem hiding this comment.
It seems local debug + local fork checks worth mentioning here
| \usepackage{hyperref} | ||
| \usepackage{enumitem} | ||
|
|
||
| \setlist[itemize]{leftmargin=*} |
Member
There was a problem hiding this comment.
All itemize directives do not produce the bullets, like here:
• bullet 1
• bullet 2
• bullet 3
only text is there:
bullet 1
bullet 2
bullet 3
Is that intentional?
| \begin{frame}{Система штрафов как регулятор} | ||
| \begin{itemize} | ||
| \item Контроль времени: за каждый день просрочки после дедлайна снимается один балл — механизм выравнивания темпа. | ||
| \item Контроль качества: обязательны стиль, статанализ, проверки утечек, мульти-ОС и мульти-компилятор; игнорирование качества ведёт к потере времени. |
Member
There was a problem hiding this comment.
Suggested change
| \item Контроль качества: обязательны стиль, статанализ, проверки утечек, мульти-ОС и мульти-компилятор; игнорирование качества ведёт к потере времени. | |
| \item Контроль качества: обязательны проверка стиля кодирования, статический анализ, проверки утечек памяти, проверка сборки и запуска тестов на множестве ОС и с использованием разных компиляторов. |
| \item Полный цикл работы студента: | ||
| \begin{enumerate}[label=\arabic*.] | ||
| \item Выполнить задачу локально. | ||
| \item Зафиксировать изменения и отправить их в удалённый репозиторий. |
Member
There was a problem hiding this comment.
Send them to fork, not just remote repository. Then it is advised to pass all the checks in the fork before the submission to the upstream
| \item Ограничения и риски: локальные всплески запусков требуют лимитов на тяжёлые прогоны и дисциплины малых вопроизводимых примеров. | ||
| \item Практические рекомендации: | ||
| \begin{enumerate}[label=\alph*)] | ||
| \item Сохранить мульти-матрицу CI и политику disable-scheme. |
Member
There was a problem hiding this comment.
what is "disable-scheme policy"?
| \item Практические рекомендации: | ||
| \begin{enumerate}[label=\alph*)] | ||
| \item Сохранить мульти-матрицу CI и политику disable-scheme. | ||
| \item Публиковать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review. |
Member
There was a problem hiding this comment.
Suggested change
| \item Публиковать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review. | |
| \item Собирать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review. |
| \begin{enumerate}[label=\alph*)] | ||
| \item Сохранить мульти-матрицу CI и политику disable-scheme. | ||
| \item Публиковать недельный статус: доля ранних коммитов, медиана time-to-green, плотность peer-review. | ||
| \item Усилить роль peer-review: минимум два содержательных ревью на PR. |
Member
There was a problem hiding this comment.
Suggested change
| \item Усилить роль peer-review: минимум два содержательных ревью на PR. | |
| \item Усилить роль peer-review: минимум два содержательных ревью от коллег-студентов на PR. |
| \end{enumerate} | ||
| \framebreak | ||
| Итог: графики подтверждают механизмы контроля времени, качества и поведения, триединство процессов обучения и культуру коллективной ответственности. | ||
| \end{frame} |
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/07-openmp.pdf" target="_blank">07: OpenMP</a></li> | ||
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/08-tbb.pdf" target="_blank">08: TBB</a></li> | ||
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/09-std-threads.pdf" target="_blank">09: std::thread</a></li> | ||
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/10-course-processes.pdf" target="_blank">10: Course processes and expectations</a></li> |
Member
There was a problem hiding this comment.
Suggested change
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/10-course-processes.pdf" target="_blank">10: Course processes and expectations</a></li> | |
| <li><a href="https://learning-process.github.io/parallel_programming_slides/slides/10-course-processes.pdf" target="_blank">10: Course processes and expectations (RU)</a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

10-course-processes.texcontaining slides covering learning processes, success metrics, peer reviews, and group workflows.index.htmlfor online access.activity-ci-overview.png,activity-ci-segment-*.png) to illustrate CI activity and related trends.